Run Campaign
AutomatR.TFMailchimp.Activities.RunCampaign
The "Run Campaign" activity in AutomatR is part of the Mailchimp activities package, allowing automation processes to trigger the execution of a specified campaign in a Mailchimp account. This activity facilitates the automation of email campaign management within the Mailchimp platform.
Properties
Name | Description |
---|---|
Input | |
Campaign Name | Specifies the name of the campaign to be run in the Mailchimp account. String variables containing the campaign name. |
Misc | |
Display Name | Provides a customizable name for the activity displayed in the workflow. The display name enhances clarity and organization within the automation project. String variables containing the desired display name. |
Optional | |
Delay | Specifies the amount of time (in seconds) to wait before executing the "Run Campaign" activity. This can be useful for handling synchronization issues. Integer variables containing the delay duration. Ex.: If the amount of time is 1000 milliseconds or 1 sec, i.e., 1. |
How to use:
- Drag and drop the "Run Campaign" activity onto the workflow.
- Configure the properties by specifying the campaign name to be executed in the Mailchimp account.
- Optionally, configure the delay and customize the display name.
- Execute the workflow to trigger the specified Mailchimp campaign.
Example: Consider an example where the "Run Campaign" activity is used to execute a Mailchimp campaign named "Newsletter_Campaign":
Run Campaign:
Display Name: "Run Newsletter Campaign"
Campaign Name: "Newsletter_Campaign"
Delay: 2
In this example, the activity triggers the execution of the Mailchimp campaign named "Newsletter_Campaign" with a delay of 2 seconds. The specified campaign is executed in the Mailchimp account as part of the automation workflow.